home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 0669.ZIP / UDF_LIST.DOC < prev    next >
Text File  |  1987-05-29  |  5KB  |  132 lines

  1.  
  2.  
  3.  
  4.                           User Defined Function List
  5.  
  6.                  of Autumn'86 Clipper Version: Expanded Library
  7.  
  8.                         Copyright (c) Harry Watson 1987
  9.  
  10.                                Special Thanks to:
  11.  
  12.  
  13.                              Tom Rettig Associates
  14.  
  15.                      For their extend*.*  series of files
  16.                          which helped me to understand
  17.                        the Clipper compiler extend system.
  18.  
  19.  
  20.                                   Dirk Lesko
  21.  
  22.                            For Dirk Lesko's Library
  23.                           which started all this off.
  24.  
  25.  
  26.                                    Gale Ford
  27.  
  28.                                 For CCCFUNC.ARC
  29.                 this was my first series of main function libraries.
  30.  
  31.  
  32.                                    John Kaster
  33.  
  34.                                  For EXTENDB2.ARC
  35.  
  36.                    last, but not least, nor will it be the last.
  37.  
  38.  
  39.                           User Defined Function List
  40.                           --------------------------
  41.                                      Ver 1b.
  42.  
  43.         The reason for  doing this  was mainly due  to the  fact that I
  44.         had  so many  functions  laying about  in different  files that
  45.         it  was silly  not to  have  some  sort of record.  I also  was
  46.         feeling a bit guilty over the  fact that I had no original work
  47.         I felt could go into the pot. Now I feel much better, so please
  48.         take my simple offering and give it to who ever you please.
  49.  
  50.         This is a database holding details of fuctions written by others
  51.         that can be used with Clipper.  The report form will list them.
  52.  
  53.         Structure for database: C:function.dbf
  54.         Field  Field Name  Type       Width    Dec
  55.             1  FUNCTION    Character     12
  56.             2  SYNTAX      Character     60
  57.             3  PARAMETERS  Character     60
  58.             4  RETURNS     Character     60
  59.             5  PURPOSE     Character     60
  60.             6  NOTES       Character     60
  61.             7  EXAMPLE     Character     60
  62.             8  LOCATION    Character     15
  63.         ** Total **                     388
  64.  
  65.  
  66.  
  67.  
  68.         The files included in Harry Watson's Function List ver. 1b. are:
  69.  
  70.         UDF_LIST.doc         This file
  71.         UDF_LIST.dbf         A database that records each function.
  72.         UDF_LIST.frm         A report form to display the data.
  73.  
  74.         I will leave it up to you to create the index and find a way
  75.         to use the report form (I use dBASE III Plus at the dot prompt).
  76.  
  77.         Send any comments to:
  78.  
  79.         Harry Watson
  80.         Torracks Hill Cottage
  81.         Otley Road
  82.         Pool-in-Wharfedale
  83.         West Yorkshire    LS21 1EE
  84.         England
  85.  
  86.         Or leave a message on Bob Schniebolk's PCBoard CONTECH
  87.         (301)-840-0227
  88.  
  89.  
  90.         The files Placed in the public domain by Tom Rettig Associates.
  91.         The Clipper Extended System currently includes four files;
  92.  
  93.          1. Extenddb.prg which is dBASE code
  94.          2. Extenda.asm which is 8086 Assembly language
  95.          3. Extendc.c which is C language
  96.          4. Extend.h which is the C language header file
  97.  
  98.  
  99.  
  100.         The files included in Gale Ford's CCCFUNC  are:
  101.  
  102.         CCCFUNC.PRG  ---- Main function library
  103.         cccfunc.obj  ---- compiled with Autumn 86
  104.  
  105.         CCCDEMO.PRG  ---- Demo using some of the functions in CCCFUNC
  106.         cccdemo.obj  ---- compiled with Autumn 86
  107.  
  108.         LINKDEMO.BAT ---- Batch file to link and run Demo
  109.                           with ccc function library.
  110.                           Uses cccdemo.lnk for link file. Assumes library
  111.                           is in current directory.
  112.         CCCDEMO.LNK  ---- Link file contains commands to link working demo
  113.  
  114.         The files included in Dirk Lesko's Library ver. 1b. are:
  115.  
  116.         dl1b.lib        - Dirk Lesko's Library version 1b.
  117.         dl1b.doc        - Documentation for Library version 1b.
  118.         checklib.prg    - Clipper program to check that all functions
  119.                           are included in the .LIB file.
  120.  
  121.         The files included in John Kaster's Extendb2.arc are:
  122.  
  123.         extendb2.prg     - Clipper program to create functions.
  124.  
  125.                                 TRADEMARK NOTICE
  126.                                 ----------------
  127.  
  128.         Clipper is a trademark of Nantucket Corporation
  129.         dBASE is a trademark Ashton-Tate
  130.  
  131.  
  132.